Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpClient Class / OpenReadStream Method / OpenReadStream(Byte[],Boolean,Boolean,FileOptions) Method


In This Topic
    OpenReadStream(Byte[],Boolean,Boolean,FileOptions) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function OpenReadStream( _
       ByVal handle() As Byte, _
       ByVal ownHandle As Boolean, _
       ByVal canSeek As Boolean, _
       ByVal fileOptions As FileOptions _
    ) As SFtpStream
    'Usage
     
    Dim instance As SFtpClient
    Dim handle() As Byte
    Dim ownHandle As Boolean
    Dim canSeek As Boolean
    Dim fileOptions As FileOptions
    Dim value As SFtpStream
     
    value = instance.OpenReadStream(handle, ownHandle, canSeek, fileOptions)
    public SFtpStream OpenReadStream( 
       byte[] handle,
       bool ownHandle,
       bool canSeek,
       FileOptions fileOptions
    )

    Parameters

    handle
    ownHandle
    canSeek
    fileOptions
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also